home *** CD-ROM | disk | FTP | other *** search
/ ftp2.jacobs.com / 2015.02.ftp2.jacobs.com.tar / ftp2.jacobs.com / pub / iPass / Open Mobile-V2.3.0-11624-V9.000.msi / Data1.cab / _834D04F56558D37DD1C8DB075C0002B3 < prev    next >
Text File  |  2012-10-24  |  534b  |  25 lines

  1. ; iPass Dial-Up Networking Script
  2. ;
  3. ; Copyright (C) 1997-2000 iPass Inc.
  4. ;
  5. ; Do not edit this script.  Connection to the
  6. ; remote access points requires this script.
  7. ;
  8. ; Future auto-updates of this script will not
  9. ; occur when editions are made to this script.
  10. ;
  11. proc main
  12.     transmit "^M"
  13.     delay 1
  14.     waitfor "ame: "
  15.     transmit $USERID
  16.     transmit "^M"
  17.     waitfor "assword:"
  18.     transmit $PASSWORD
  19.     transmit "^M"
  20.     waitfor ">"
  21.     delay 1
  22.     transmit "ppp"
  23.     transmit "^M"
  24.     delay 2
  25. endproc